home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000157_news@newsmaster….columbia.edu _Fri May 2 20:32:14 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA18702
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 2 May 1997 20:32:14 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA04292
  7.     for kermit.misc@watsun; Fri, 2 May 1997 20:32:13 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: HP Terminal Emulation?
  12. Date: 3 May 1997 00:32:13 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <5ke12d$462$1@newsmaster.cc.columbia.edu>
  16. References: <336636BB.1367@edx.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6979
  19.  
  20. In article <336636BB.1367@edx.com>, Roy Buzdor  <LNUSLAD.DZVG41@edx.com> wrote:
  21. : I use Kermit (3.00) and Kermit for Windows (Win 100) to
  22. : attach to an HP-1000.
  23. :
  24. What's Win 100?
  25.  
  26. : I must set my HP-1000 port to
  27. : perform XON/XOFF flow control, rather than its standard
  28. : ENQ/ACK.
  29. :
  30. Correct.
  31.  
  32. : Is there a way to set kermit up to perform
  33. : ENQ/ACK rather than XON/XOFF flow control?
  34. :
  35. No.
  36.  
  37. : I know in
  38. : Kermit 3.13 there is an "answerback" parameter which is
  39. : supposed to do ENQ/ACK.
  40. :
  41. That's not flow control -- that's the answerback feature,
  42. similar to what you would get on a Model 33 Teletype by
  43. breaking selected teeth off the little plastic wheel -- kind
  44. of a station ID.
  45.  
  46. : Does it work?  Is there any
  47. : way to do it in v 3.00?  Can the key translations be
  48. : twisted to perform this function?
  49. No, sorry, you'll need to stick with Xon/Xoff, which is
  50. pretty much the universally accepted protocol for in-band
  51. flow control; Enq/Ack is peculiar to HP.  If Xon/Xoff works
  52. why would you want to change it?
  53.  
  54. - Frank